home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-11-12 | 2.0 KB | 45 lines | [TEXT/PJMM] |
- {-----------------------------CDlog Version 1.1 ReadMe-----------------------------}
-
- {Changes Version 1.1 11/12/90}
- { 1 - The CDlog package now includes an example application. If you couldn't make sense of it}
- { before, you may find the example useful.}
-
- { 2 - A few bugs were fixed and a few improvements made to CDlog.p. See CDlog.p for details.}
-
-
-
-
- {-----------------------------Building the example application-----------------------------}
-
- {I didn't want to include a whole project with CDlog; the file would have been too big, and I am}
- {not sure that I could legally upload everything that you need. So, I have included 4 files that}
- {are used to modify the Starter project included with the Think Pascal TCL demos.}
-
- { - CExampleDlog.p An example subclass of CDlog.}
-
- { - CExampleDlog.Rsrc The resources required by "CExampleDlog.p".}
-
- { - CStarterApp.p A version of CStarterApp.p modified to support the example.}
- { Creates a desktop that supports modal dialogs and opens the}
- { example dialog when the user chooses the "About Application"}
- { command.}
-
- { - StarterIntf.p A version of StarterIntf.p modified to support the example.}
- { The CStarterApp class includes an override of MakeDesktop.}
-
- { 1 Copy the Starter project folder. Name the folder ExampleDlog.}
-
- { 2 Copy or move the 4 files provided with this project to the ExampleDlog folder.}
- { The Finder will want to know if you want to replace files with the same names; yes,}
- { you do. From now on, use only files in the ExampleDlog folder; don't modify the}
- { originals.}
-
- { 3 Copy all the resources in CExampleDlog.Rsrc into Starter.π.rsrc.}
-
- { 4 Start Think Pascal and open the Starter.π project file.}
-
- { 5 Add the CDlog.p and CExampleDlog.p files to the project. In the Build Order view of}
- { the project document, put CDlog.p and CExampleDlog.p just before StarterIntf.p.}
-
- { 6 Build the project and run it. Select "About Application" from the Apple menu and}
- { enjoy.}